home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
AdobeExamples
/
NX_ImportAdv
/
DrawingViewWraps.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-19
|
660b
|
23 lines
/* DrawingViewWraps.h generated from DrawingViewWraps.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef DRAWINGVIEWWRAPS_H
#define DRAWINGVIEWWRAPS_H
extern void PSWStrokeX(float LLX, float LLY, float URX, float URY);
extern void PSWTranslateRotate(float X, float Y, float Angle);
extern void PSWSetLine(float Width, float Gray);
extern void PSWSetControlPoints(char *Font, float FontSize, float FontGray, float FontWidth);
extern void PSWDrawControlPoints(float X, float Y, float Pts[], int Tot_Pts, char *Chs);
extern void PSWDefineFont(char *fontname);
extern void PSWDefineImageDict(char *dictname);
#endif DRAWINGVIEWWRAPS_H